home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / work.dir / 00058.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  153 b   |  13 lines

  1. on exitFrame
  2.   global gLevel
  3.   if gLevel = 1 then
  4.     pick1()
  5.   else
  6.     if gLevel = 2 then
  7.       pick2()
  8.     else
  9.       pick3()
  10.     end if
  11.   end if
  12. end
  13.